ExportHelper.createParameterValue Method

Creates a parameter value for the type supplied.
 

Parameters

parameterValueType

Type: ParameterValueTypes
The type of parameter value to create. Supported values are Singe Number, String, Boolean, DateTime and Member and Collection Number and String.
parameterId

Type: String
The ID of the parameter.
value

Type: Object
Value to set the parameter value to. Value should match the type supplied.

Return Value


Type: ParameterValue
A parameter value of the type supplied.